Skip to main content

Generate Service Registration Key

GET /api/v1/tenants/refresh-apikey-token

Description

Generate a new API key token for service registration.

Request

  • URL:

    • Raw URL: /api/v1/tenants/refresh-apikey-token

    • Host:

    • Path: /api/v1/tenants/refresh-apikey-token

Response:

  • Status: OK (200)
/api/v1/tenants/refresh-apikey-token

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/tenants/refresh-apikey-token \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!